home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / rain_for.swf / scripts / DefineButton2_957 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  70 b   |  5 lines

  1. on(release){
  2.    currentlyPlaying.oSound.stop();
  3.    this.play();
  4. }
  5.